Methods of the TOraSQL class.
For a complete list of the TOraSQL class members, see the TOraSQL Members topic.
Public
| Name | Description |
|
BreakExec (inherited from TCustomDASQL) |
Breaks execution of an SQL satatement on the server.
|
|
CreateProcCall |
Assigns a PL/SQL block that calls stored procedure
|
|
ErrorOffset |
Obtains zero-based starting byte position of a parse error detected by an Oracle server while processing SQL statement.
|
|
Execute (inherited from TCustomDASQL) |
Overloaded.
Executes a SQL statement on the server.
|
|
Executing (inherited from TCustomDASQL) |
Checks whether TCustomDASQL still executes a SQL statement.
|
|
FindMacro (inherited from TCustomDASQL) |
Finds a macro with the specified name.
|
|
FindParam |
Searches for and returns a parameter with the specified name.
|
|
MacroByName (inherited from TCustomDASQL) |
Finds a macro with the specified name.
|
|
ParamByName |
Searches for and returns a parameter with the specified name.
|
|
Prepare (inherited from TCustomDASQL) |
Allocates, opens, and parses cursor for a query.
|
|
UnPrepare (inherited from TCustomDASQL) |
Frees the resources allocated for a previously prepared query on the server and client sides.
|
|
WaitExecuting (inherited from TCustomDASQL) |
Waits until TCustomDASQL executes a SQL statement.
|
See Also